Fatal error: Allowed memory size of 1610612736 bytes exhausted

154

Allowed memory size of 1610612736 bytes exhausted laravel -

//insted of 
composer require illuminate/support
//Run following command
COMPOSER_MEMORY_LIMIT=-1 composer require illuminate/support

Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php -

ini_set('memory_limit', '-1');

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) -

php -d memory_limit=-1 /usr/local/bin/composer install

Comments

Submit
0 Comments